Vertigo

interface Vertigo : Animation

Vertigo animation interface.

This animation instructs the drone to zoom in on the subject and to move away from it at same time. The target in question depends on the currently active piloting interface.

Types

Link copied to clipboard
Vertigo animation configuration class.
Link copied to clipboard
Action to execute at the end of a Vertigo.

Functions

Link copied to clipboard
@FloatRange(from = 0)
abstract fun getDuration(): Double
Retrieves currently applied animation duration.
Link copied to clipboard
Retrieves currently applied action executed at the end of the animation.
Link copied to clipboard
@FloatRange(from = 0)
abstract fun getMaxZoomLevel(): Double
Retrieves currently applied maximum zoom level.
Link copied to clipboard
Retrieves currently applied animation execution mode.
Link copied to clipboard
@IntRange(from = 0, to = 100)
abstract fun getProgress(): Int
Retrieves current animation progress.
Link copied to clipboard
Retrieves current animation execution status.
Link copied to clipboard
Retrieves the animation type.
Link copied to clipboard
Tells whether the animation matches some configuration.